'Declaration
Public Overloads Shared Function Mean( _ ByVal data As System.Collections.Generic.IList(Of Double) _ ) As System.Double
'Usage
Dim data As System.Collections.Generic.IList(Of Double) Dim value As System.Double value = NStatistics.Mean(data)
public static System.double Mean( System.Collections.Generic.IList<double> data )
Parameters
- data